home *** CD-ROM | disk | FTP | other *** search
/ Dr. Windows 3 / dr win3.zip / dr win3 / PROGRAMR / EXTDEV.ZIP / PRNTFILE.DEF < prev    next >
Text File  |  1991-08-21  |  610b  |  21 lines

  1. ; Copyright 1991 Microsoft Coporation. All rights reserved.
  2.  
  3. NAME         PrntFile
  4. DESCRIPTION  'Sample Microsoft Windows Application'
  5. EXETYPE      WINDOWS
  6. STUB         'WINSTUB.EXE'
  7.  
  8. CODE         PRELOAD MOVEABLE DISCARDABLE
  9. DATA         PRELOAD MOVEABLE MULTIPLE
  10.  
  11. HEAPSIZE     0xAFFF    ; 45k
  12. STACKSIZE    8192
  13.  
  14. EXPORTS
  15.     MainWndProc     @1
  16.     About           @2
  17.     OpenDlg         @3
  18.     SaveAsDlg       @4  ; called when SAVE AS menu item selected
  19.     AbortDlg        @5  ; called so user can abort print function
  20.     AbortProc       @6  ; Processes messages intended for abort box
  21.